From af90d4d6791630293e9f1049cbaea85eec62e2d4 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Fri, 12 Jan 2007 09:00:31 +0000 Subject: [PATCH] (mac_quit_char_key_p): Move extern outside #ifdef MAC_OSX. (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Parenthesize definitions. --- src/macterm.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/macterm.h b/src/macterm.h index 7e1af24f37e..121b301f172 100644 --- a/src/macterm.h +++ b/src/macterm.h @@ -525,8 +525,8 @@ struct scroll_bar { #define MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH (11) /* Size of hourglass controls */ -#define HOURGLASS_WIDTH 16 -#define HOURGLASS_HEIGHT 16 +#define HOURGLASS_WIDTH (16) +#define HOURGLASS_HEIGHT (16) /* Some constants that are used locally. */ /* Creator code for Emacs on Mac OS. */ @@ -636,9 +636,7 @@ extern void do_apple_menu P_ ((SInt16)); #if USE_CG_DRAWING extern void mac_prepare_for_quickdraw P_ ((struct frame *)); #endif -#ifdef MAC_OSX extern int mac_quit_char_key_p P_ ((UInt32, UInt32)); -#endif #define FONT_TYPE_FOR_UNIBYTE(font, ch) 0 #define FONT_TYPE_FOR_MULTIBYTE(font, ch) 0 -- 2.30.2